Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShapeBlockGlue<TFx> Class / GetLocationAndAngleInLocal Method


In This Topic
    GetLocationAndAngleInLocal Method (NShapeBlockGlue<TFx>)
    In This Topic
    Must override to return the Pin and Angle.
    Syntax
    'Declaration
     
    
    Protected Friend MustOverride Sub GetLocationAndAngleInLocal( _
       ByRef pin As NPoint, _
       ByRef angle As NAngle _
    ) 
    'Usage
     
    
    Dim instance As NShapeBlockGlue(Of TFx)
    Dim pin As NPoint
    Dim angle As NAngle
     
    instance.GetLocationAndAngleInLocal(pin, angle)
    protected internal abstract void GetLocationAndAngleInLocal( 
       out NPoint pin,
       out NAngle angle
    )

    Parameters

    pin
    angle
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also